'Declaration
Public Function New( _ ByVal array() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )
'Usage
Dim array() As Byte Dim offset As Integer Dim count As Integer Dim instance As New BufferCollection(array, offset, count)
Parameters
- array
- The array.
- offset
- The offset.
- count
- The count.